INC (increment memory) Tags: NZ
INC
Description:
Increases memory by one byte value. For the 65816, INC without an operand will increment the accumulator.
Example:
INC alpha ; increase by 1 given at 'alpha'
INC ; increase accumulator by 1 (65816 only)